include additional arguments to manage colours, linetype and alpha of arrows#24
Open
EhrmannS wants to merge 12 commits intovqv:experimentalfrom
Open
include additional arguments to manage colours, linetype and alpha of arrows#24EhrmannS wants to merge 12 commits intovqv:experimentalfrom
EhrmannS wants to merge 12 commits intovqv:experimentalfrom
Conversation
Fixed a bug in the ellipse drawing. The ellipse represents a contour of a bivariate Normal distribution with the same covariance matrix as the sample covariance matrix of the plotted principal components. When the number of observations is <= 2, the ellipse will not display because the sample covariance matrix will be degenerate. There was a bug in the conditional to check the number of observations that caused the off-diagonals to be ignored. This has been fixed.
Just guessing that this is what you meant ;)
Yes thanks!
original version yields a warning from devtools(): ``` Warning message: Username parameter is deprecated. Please use vqv/ggbiplot ```
update install instructions
Use an Rmd README to automatically generate an example plot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sry for the unnecessary corrections, did originally not plan to share this.